/* 底部固定通知栏 */
.footer-fixed{
  min-width: 1140px;
  background: #d74339;
  color: #fff;
  padding-bottom: 30px;
  margin-top: 40px;
}
.footer-content{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.footer-content .footer-title{
  padding: 20px 0 15px;
  border-bottom: 1px solid rgb(193 44 34 / 80%);
}
.footer-content .footer-title span{
  font-size: 20px;
  line-height: 37px;
}
.footer-box{
  padding: 20px 0 10px;
  border-bottom: 1px solid rgb(193 44 34 / 80%);
}
.foot-item {
  margin-bottom: 15px;
}
.foot-item span{
  margin-right: 30px;
}
.foot-item a{
  /* padding: 0 5px; */
  padding-right: 5px;
  padding-left: 3px;
  color: #fff;
 /* border-right: 2px solid #fff;*/
  height: 16px;
}
.footer-bottom{
  padding-top: 20px;
  text-align: center;
}
.footer-bottom .foot-item a:last-child{
  border-right: none;
}
.footer-bottom .foot-item span{
  margin-right: 8px;
}
.footer-bottom .foot-item .min-no{
  border-right: none;
}
.footer-icon{
  width: 80px;
  height: 80px;
}
.bottom-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    line-height: 40px;
    justify-content: center;
}
.bottom-content a{
    color: #ffffff;
}
.foot-line {
text-align: left;
}
